home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / entgrab.dir / 00072_Script_72 < prev    next >
Text File  |  1994-11-28  |  216b  |  10 lines

  1. on exitFrame
  2.  global CDGlow
  3.   if CDGlow = 0 then
  4.     go to frame "PASSWORD2" OF MOVIE "MODLE3D"
  5.   else
  6.     if CDGlow =1 then
  7.       go to frame "PASSWORD1" OF MOVIE "MODLE3D"
  8.     end if
  9.   end if
  10. end exitFrame